@charset "utf-8";
@media (max-width: 1000px) {
    .all_top {
        display: block;
    }
}

@media (max-width: 1000px) {
    .clear {
        zoom: 1;
        clear: both;
    }
    .clear:after {
        content: '';
        display: block;
        clear: both;
    }
    .myclear {
        zoom: 1;
        clear: both;
        display: none;
    }
    .container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .pc_search_box {
        display: none;
    }
    .all_top_box {
        position: fixed;
        z-index: 1060;
        left: 0;
        width: 100%;
        top: 0px;
    }
    /*.nav_top{ top:-100%; visibility:hidden;}*/
    .navbar-bg {
        background-color: #fff;
    }
    .nav_container {
        width: 100%;
        margin: 0 auto;
        max-width: 1200px;
    }
    table {
        border-collapse: collapse;
    }
    .mob_search_box {
        display: none;
        height: 50px;
    }
    .mob_menu {
        position: relative;
    }
    .mob_menu .icon-bar1.rotated {
        position: absolute;
        top: 16px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .mob_menu .icon-bar2.rotated {
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
    }
    .mob_menu .icon-bar3.rotated {
        position: absolute;
        top: 12px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .trans,
    .trans:hover {
        -webkit-transition: all 277ms ease-in-out;
        -moz-transition: all 277ms ease-in-out;
        -o-transition: all 277ms ease-in-out;
        transition: all 277ms ease-in-out;
        -ms-transition: all 277ms ease-in-out;
    }
    .trans-fast,
    .trans-fast:hover {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
    }
    .open-toggle {
        padding: 13px 6px 15px 6px;
    }
}

@media (max-width: 1024px) {
    .language {
        display: none;
    }
    .all_top {}
    .head {
        height: 50px;
    }
    .brand ul li {
        width: 23%;
        height: 73px;
        float: left;
        margin-left: 8px;
    }
    /**手机搜索**/
    .search_but {
        display: block;
        float: right;
        margin-top: 14px;
    }
    .search_but span {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        margin: 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        background: #372d71;
    }
    .search_but2 {
        display: block;
        float: right;
        margin-top: 14px;
    }
    .search_but2 span {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        margin: 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        background: #4c456c;
    }
    .mob_search_box {
        display: none
    }
    .glyphicon-search::before {
        content: "\e003";
        color: #fff;
    }
    .mob_search_box {
        width: 100%;
        left: 0;
        right: 0;
        height: 72px;
        background: #fff;
        position: fixed;
        z-index: 6666;
        top: 70px;
        padding: 0 10px;
    }
    .mob_center {
        position: relative;
    }
    .mob_center .hd-text {
        top: 16px;
        left: 0px;
        position: absolute;
        color: #A4A4A4;
        width: 100%;
        padding: 6px 0;
        height: 30px;
        background: none;
        border: 1px solid #ddd;
        border-right: none;
        text-indent: 18px;
        font-size: 12px;
        line-height: 22px;
        outline: none;
    }
    .mob_center .hd-sbt {
        top: 16px;
        right: 0px;
        position: absolute;
        height: 30px;
        width: 42px;
        background: #b21b7a url(../images/seach2.png) no-repeat center center;
        border: none;
        cursor: pointer;
        outline: none;
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 30px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .language {
        width: 1000px;
        display: block;
    }
    .search_but {
        display: block;
        float: right;
        margin-top: 0px;
    }
    .mob_search_box {
        top: 111px;
    }
    .main_con {
        width: 1000px;
    }
    .mauto {
        width: 96%;
    }
    .footer_info {
        width: 26%;
    }
}

@media (max-width: 480px) {
    /**无图新闻**/
    .n_news_list li {
        width: 100%;
        float: left;
        padding: 10px;
        margin-bottom: 10px;
    }
    .brand ul li {
        width: 45%;
        height: 73px;
        float: left;
        margin-left: 8px;
    }
}


/** =======================
 * 手机下拉导航
 ===========================*/

.menubox {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.mob_lan {
    width: 100%;
    height: 40px;
}

.mob_lan dt {
    width: 50%;
    text-align: center;
    height: 40px;
    background-color: #F1F1F1;
    float: left;
    line-height: 40px;
}

.mob_lan dt a {
    font-size: 14px;
    color: #383838;
    font-weight: normal;
}

.mob_lan dd {
    width: 50%;
    text-align: center;
    height: 40px;
    background-color: #005BAC;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    float: right;
    line-height: 40px;
}

.mob_lan dd a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.all_nemu {
    width: 100%;
    background: url(../images/nemu_bg.png) repeat;
    height: 100%;
    overflow: scroll;
    padding-bottom: 50px;
}

.accordion {
    width: 100%;
    padding-bottom: 10px;
}

.accordion li {
    padding-left: 10px;
    padding-right: 10px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion .link span {
    float: right;
}

.accordion .link a {
    color: #fff;
}

.accordion .link a.first_a {
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
}

.accordion li:last-child .link {
    /*border-bottom: 0;*/
}

.accordion li.open .link {
    color: #fff;
}

.accordion li.open i {
    color: #fff;
}

.accordion li.open i.fa-chevron-down {
    /*	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);*/
}


/**
 * Submenu
 -----------------------------*/

.submenu {
    display: none;
    font-size: 14px;
    border-bottom: 1px solid #3B86CA;
}

.submenu li {}

.submenu a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a span {
    padding-right: 8px;
}

.submenu a:hover {
    color: #FB9900;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}